/*----------------ブロック②-----------------------*/
@media screen and (min-width: 751px)  {


#block2{
	width:100%;
	margin:50px auto 0;
	padding-bottom:60px;
}


#block2 h1{
	padding:50px 50px 0;
	font-size:5.0rem;
}



#block2 dl {
    width: 841px;
    border: 2px solid #ff6779;
    margin: 0 auto 50px;
}

#block2 dt {
    font-size: 3.0rem;
    padding: 10px;
    background: #ff6779;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}
#block2 dd {
    margin: 40px 100px;
    font-size: 2.0rem;
    line-height: 3.5rem;
}
.l_dd {
    float: left;
    width: 200px;
    margin-right: 23px;
    background: #000;
    height: 200px;
}
.r_dd {
    float: left;
    width: 400px;
    vertical-align: middle;
}
}




@media screen and (max-width: 750px)  {
/*----------------ブロック②-----------------------*/

#block2 h1{
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
    color: #fff;
    background: #054c96;
    padding: 5px;
    line-height: 2.5rem;
    margin-bottom: 30px;
	position:relative;
	}

#block2 h1:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(25, 177, 239, 0);
    border-top-color: #054c96;
    border-width: 10px;
    margin-left: -10px;
}

#block2 dl{
	width:100%;
	/*border-bottom:1px solid #999;*/
	margin-bottom:20px;
}

#block2 dt{
	position: relative;
	margin-bottom: 10px;
	padding: 0 5px 5px 10px;
	border-bottom: 1px solid #e1e1e1;
	line-height: 2.5rem;
	font-size: 1.6rem; !important;
}

#block2 dt:before {
content: '';
display: block;
position: absolute;
left: 0;
width: 8px;
height: 80%;
background-color: #004da1;
}
#block2 dd {
    margin: 5px;
    font-size: 1.4rem;
}




}
